PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / setFillColorSpace Method
The active colorspace used for fill operations
In This Topic
    setFillColorSpace Method
    In This Topic
    Sets the fill colorspace. Operator: cs
    Syntax
    public void setFillColorSpace( 
       PDFColorSpace colorSpace
    )

    Parameters

    colorSpace
    The active colorspace used for fill operations
    Exceptions
    ExceptionDescription
    When colorSpace is null.
    See Also